home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / ccd150.zip / README.TXT < prev    next >
Text File  |  1993-07-11  |  14KB  |  321 lines

  1.  
  2. CARECOM(R) ccd   Version 1.5
  3. Copyright (C) 1993 by CARECOM(R),  Dipl.-Inform. Harald Muehlhoff,  Germany
  4.  
  5.  
  6. CARECOM(R) ccd is a shareware utility that enables you to change directories
  7. quickly without completely specifying pathes.
  8.  
  9.  
  10. --- Main features: ---------------------------------------------------------
  11.  
  12. -  Compatible with MS-DOS(TM) and Microsoft(R) Windows NT(TM)
  13. -  Compatible with networks for not creating (trying to create) files in other
  14.    locations than its program/data directory.
  15.    The directory trees and other data files can be made user local by setting
  16.    an environment variable
  17.    (Different users might "see" different parts of the directory hierarchies)
  18. -  If a directory isn't found a directory tree rescan is started automatically
  19.    (The user might not always be at fault! This feature can be disabled ;-)
  20. -  You can partly qualify a path to make your search key less ambiguous, e.g.
  21.    you are able to search for a directory "home" that is in a parent
  22.    directory with a name ending with "et" (like sweet): "ccd et\home"
  23. -  The search for inexact matches can be disabled.
  24.  
  25.  
  26. Registered version only:
  27.  
  28. -  Program output can be selectively disabled.
  29. -  You can quickly go back to the directory you last changed from.
  30. -  You can define a home directory that you can quickly "return" to.
  31.  
  32.  
  33. --- Requirements: ----------------------------------------------------------
  34.  
  35. - MS-DOS(TM) 3.0 or higher  - OR -
  36. - Microsoft(R) Windows NT(TM) operating system with FAT or NTFS partitions
  37.   (Tested with Preliminary Release March 1993; should run on the final
  38.    release)
  39.  
  40.  
  41. --- How to install CARECOM(R) ccd: -----------------------------------------
  42.    
  43. 1. Copy the ccd files to a directory where you want them to remain
  44.    permanently
  45. 2. Execute "install.bat".
  46.    The installation batch file will give you detailed information on how 
  47.    to complete the installation of ccd.
  48.    
  49.    You may run the installation batch file under either MS-DOS(TM) or
  50.    Windows NT(TM).
  51.  
  52.  
  53. Note: During operation ccd might create the following files in the directory
  54.       specified by the environment variable "CCDDATADIR". If the environment
  55.       variable is undefined, these files are stored in the ccd program
  56.       directory (the directory that contains the files ccd2.exe and
  57.       ccd2i386.exe).
  58.  
  59.                 ccd.cfg   home.ccd   back.ccd   dirtree.a ... dirtree.z
  60.  
  61.       Please make sure that you don't have any files with the same names in
  62.       the ccd program directory.
  63.  
  64. Note: If multiple users in a LAN want to use one copy of ccd (e.g. on a
  65.       fileserver harddisk), please make sure that the environment variable
  66.       CCDDATADIR is set to a different directory for every user.
  67.       Include the set statement in the login script.
  68.  
  69.  
  70. --- ccd is shareware: ------------------------------------------------------
  71.  
  72. You may use ccd on a trial basis for a 15 day evaluation period. Please read
  73. the license agreement below for information on how to register.
  74. Please note that the options marked as registered version only will be
  75. ignored if used with an unregistered version of ccd.
  76.  
  77.  
  78. --- How to use CARECOM(R) ccd: ---------------------------------------------
  79.  
  80. 1. Use it as a replacement for the dos command cd.
  81.  
  82.    In many cases using ccd will have the same effect as using cd, e.g.:
  83.  
  84.    cd ..                           ccd ..
  85.    cd \home\sweet\home             ccd \home\sweet\home
  86.  
  87.  
  88.    Please note however that even with fully qualified names there are some
  89.    differences:
  90.  
  91.    Let's assume your current drive is "A:". If you type "cd c:\home" the
  92.    current directory for drive "C:" will be changed to "home"; but your
  93.    current drive won't change.
  94.    As the main reason for ccd is to bring you to a directory as fast
  95.    as possible, typing "ccd c:\home" will change the current drive to "C:".
  96.  
  97. 2. Use it to go directly to a directory without giving a fully qualified path
  98.    or even a full filename
  99.  
  100.    Let's assume the following directory hierarchy:
  101.  
  102.    c:\ -- home -- sweet -- home
  103.        |                |
  104.        |- dos           +- food
  105.        |
  106.        +- cpp  -- h
  107.  
  108.    If your current directory is "\" on drive "C:" you would have to type
  109.    "cd home\sweet\food" to change to directory "food". Using ccd typing
  110.    "ccd f" would do the job.
  111.  
  112.    If you want to change to directory "home" typing "ccd home" will bring
  113.    you to either "c:\home" or "c:\home\sweet\home" depending on your
  114.    current directory. Once you are in one of the "home"-directories typing
  115.    "ccd home" - or just "ccd ho" - will bring you to the other one.
  116.  
  117.    To change to directory "h" you just have to enter "ccd h". Reentering
  118.    "ccd h" will leave you in directory "h" because ccd found a `perfect
  119.    match'. There could be many directories beginning with the letter "h";
  120.    if you want to go to directories beginning with "h" type "ccd h*".
  121.    Typing this several times - or using the F3 function key to repeat the  
  122.    previous input - will bring you from "c:\cpp\h" to "c:\home" to
  123.    "c:\home\sweet\home" and back to "c:\cpp\h" etc...
  124.    The wildcard character "*" is allowed only as the last character of
  125.    the search key, e.g. "h*".
  126.  
  127.    You can partly qualify a path to make your search key less ambiguous. By
  128.    entering "ccd t\h" you specify that you're only looking for directories
  129.    with names beginning with the letter "h" that are contained in directories
  130.    ending with the letter "t". Therefore the only candidate in our example
  131.    is the directory "c:\home\sweet\home".
  132.                                  ^^^
  133.    Typing "ccd sweets" will bring you to the directory "c:\home\sweet" since
  134.    this is the closest match. "ccd sx" would also take you to this directory
  135.    because it is the only directory beginning with the letter "s". If you
  136.    prefer an error message over this kind of matching, add the option
  137.    "/exact match" - or "/ex" for short - to your ccd command line or
  138.    configuration file.
  139.  
  140. 3. Use ccd to return to the directory you last ccd'ed from
  141.    (registered version only)
  142.  
  143.    Entering "ccd /b" or "ccd /back" will take you back to the directory you
  144.    last changed away from.
  145.  
  146.    Let's assume your current directory is "\home\sweet\home". After typing
  147.    "ccd d", you find yourself in the dos-directory. To return to
  148.    "\home\sweet\home" you just have to enter "ccd /b".
  149.  
  150. 4. Use ccd to return to your `home' directory
  151.    (registered version only)
  152.  
  153.    Given that you are working on a project with most of the files stored
  154.    in directory "\cpp" you could define "\cpp" as your `home' directory.
  155.    Every time you want to return to this directory, just type "ccd /h" or
  156.    "ccd /home". To define your home directory enter "ccd /define home \cpp".
  157.  
  158.    
  159. More options:
  160.  
  161.    Beside the options mentioned above, i.e. "/install", "/exact match",
  162.    "/back", "/home" and "/define home", there are several other options:
  163.  
  164.    /rescan         Force a rescan of the directory structure for the default
  165.    /r              or given drive.
  166.                    Normally the use of this option isn't required, for ccd
  167.                    automatically starts a rescan if it either doesn't find a
  168.                    `good' match for the given search key or if there is
  169.                    evidence that the directory structure has changed since
  170.                    the last - possibly automatic - rescan done by ccd.
  171.                    (Such evidence could be that the current directory isn't
  172.                    included in the directory list maintained by ccd.)
  173.                    Before accepting an inexact match like "c:\home\sweet"
  174.                    for search key "sx" (see 2.), a directory rescan will be
  175.                    performed if the option "/norescan" isn't given.
  176.  
  177.    /norescan       Disable automatic rescan of directory structure. This
  178.    /n              option is most useful if added to the configuration file
  179.                    for installations with very large and seldomly changing
  180.                    directory hierarchies. This option can be overwritten
  181.                    by using the "/rescan" option.
  182.  
  183.    /case sensitive Perform case sensitive matching. This option is most
  184.    /c              useful with NTFS partitions. The case matching must be
  185.                    exact; e.g. "AbC" doesn't match "abC".
  186.  
  187.  
  188. More options (registered version only):
  189.  
  190.    /verbose        Display all messages.
  191.    /v
  192.  
  193.    /quiet          Suppress all only informational messages.
  194.    /q
  195.  
  196.    /mute           Suppress all messages - including error messages -
  197.    /m              not specifically asked for (by including an option
  198.                    like "/help").
  199.  
  200.  /disable backlog  Don't save the current directory when changing away
  201.                    from it
  202.  
  203.  
  204. --- License Agreement: -----------------------------------------------------
  205.  
  206. The use of CARECOM(R) ccd - ccd for short - is subject to the following
  207. terms and conditions.
  208.  
  209. ccd is copyrighted material. It is protected by international copyright laws.
  210. You may not make any changes or modifications to ccd. You may not decompile,
  211. disassemble, or otherwise reverse-engineer the software in any way.
  212.  
  213. You may use ccd on a trial basis provided you do not violate the protection
  214. provided to the licensed software by the copyright laws, and you agree to the
  215. terms of the license agreement. If you continue to use ccd past a 15 day
  216. evaluation period you are obligated to purchase a license for its use.
  217.  
  218. You may use ccd on a Local Area Network provided that a license is obtained
  219. for the number of users that may concurrently use the software.
  220.  
  221. A license for the use of ccd can be obtained by filling out the enclosed
  222. regccd.frm and (e)mail/fax it to the address given below.
  223.  
  224.  
  225.                 CARECOM(R)
  226.                 Dipl.-Inform. Harald Muehlhoff
  227.                 Gustav-Vorsteher-Strasse 14
  228.                 D-58300 Wetter/Ruhr
  229.                 Germany
  230.  
  231.                 Fax: +49-2335-3821
  232.                 CompuServe: 100112,2466
  233.                 Internet: 100112.2466@compuserve.com (Support only)
  234.  
  235. After registration you will receive a letter with a personal key that
  236. enables you to use all options in this and all future versions of ccd
  237. with the same major version number.
  238.  
  239. Title to the licensed software is NOT transferred to the end user. The end
  240. user is granted an exclusive license to use the software on one computer or
  241. computer work station at any given time.
  242.  
  243.  
  244. --- Limited Warranty: ------------------------------------------------------
  245.  
  246. CARECOM(R) does not warrant that the licensed software will meet your
  247. requirements or that the operation of the software will be uninterrupted or
  248. error free.  The warranty does not cover any media or documentation which
  249. has been subjected to damage or abuse by you or others. The software warranty
  250. does not cover any copy  of the licensed software which has been altered or
  251. changed in any way.
  252.  
  253. ANY IMPLIED WARRANTIES INCLUDING ANY WARRANTIES OF MERCHANTABILITY OR FITNESS
  254. FOR A PARTICULAR PURPOSE ARE LIMITED TO THE TERM OF THE EXPRESS WARRANTIES.
  255. Some States do not allow limitations on how long an implied warranty lasts,
  256. so the above limitation may not apply to you.
  257.  
  258. The warranties set forth above have priority over any and all other express or
  259. implied warranties, whether oral, written, or implied, and the remedies set
  260. forth above are the sole and exclusive remedies.
  261.  
  262. CARECOM(R) is not responsible for any problems or damage caused by the
  263. licensed software that may result from using the licensed software. This
  264. includes, but is not limited to, computer hardware, computer software,
  265. operating systems, and any computer or computing accessories. The end user
  266. agrees to hold CARECOM(R) harmless for any problems arising from the use of
  267. the software.
  268.  
  269. CARECOM(R)  SHALL NOT IN ANY CASE BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  270. CONSEQUENTIAL, INDIRECT OR OTHER SIMILAR DAMAGES ARISING FROM ANY BREACH OF
  271. THESE WARRANTIES EVEN IF CARECOM(R) OR ITS AGENTS OR DISTRIBUTORS HAVE BEEN
  272. ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  Some states do not allow the
  273. exclusion or limitation of incidental or consequential damages, so the above
  274. limitation or exclusion may not apply to you.
  275.  
  276. In no case shall CARECOM's liability exceed the license fees paid for the
  277. right to use the licensed software.
  278.  
  279.  
  280. --- ccd Distribution: ------------------------------------------------------
  281.  
  282. You are granted a limited license to copy ccd only for the trial use of
  283. others subject to the terms of this software license agreement described
  284. herein, and if the conditions described below are met:
  285.  
  286. ccd MUST be copied in an unmodified form and MUST contain the following
  287. files:
  288.  
  289.         readme.txt      install.bat     regccd.frm
  290.         ccd2i386.exe    ccd2.exe
  291.     
  292. The archive storage format may be changed as long as the other conditions
  293. are met.
  294.  
  295. No fee, charge or other compensation may be accepted or requested by anyone
  296. without the express written permission of CARECOM(R).
  297.  
  298. Distributors of public domain and user supported software, such as disk 
  299. vending services, may not charge a fee for ccd itself. However you may
  300. include ccd on a diskette for which you charge a nominal distribution fee.
  301. The purchaser of said diskette must be informed in advance that the fee paid
  302. to acquire the diskette does NOT relieve said purchaser from paying the
  303. Registration Fee for ccd.
  304.  
  305. Operators of electronic bulletin board systems (Sysops) may post ccd for
  306. downloading by their users without written permission only as long as the
  307. above conditions are met.  A fee may be charged for access to the bbs as long
  308. as no specific fee is charged for downloading ccd files without first
  309. obtaining express written permission from CARECOM(R) to charge such a fee.
  310.  
  311. The above constitutes the license agreement for ccd.  It superceeds any and
  312. all previous license agreements.
  313.  
  314. --------------
  315.  
  316. MS-DOS and Windows NT are trademarks of Microsoft Corporation.
  317.  
  318. CARECOM is the house mark to identify all products and services which
  319. originate from CARECOM(R).
  320.  
  321.